Einhugur Xml Plugin for Xojo

Node.RemoveChild Method

Removes child node, returning true if successful.

RemoveChild(
   node as EinhugurXml.Node) as Boolean

Parameters

node
The node to remove.

Returns

Boolean
True if successful, else false.

Remarks

See Also

Node Class